Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / FloatingObjectCollection<T> Class / Find Method
The name of the floating object.


In This Topic
    Find Method (FloatingObjectCollection<T>)
    In This Topic
    Finds the floating object with specified name.
    Syntax
    'Declaration
     
    Public Function Find( _
       ByVal name As String _
    ) As T
    'Usage
     
    Dim instance As FloatingObjectCollection(Of T)
    Dim name As String
    Dim value As T
     
    value = instance.Find(name)
    public T Find( 
       string name
    )

    Parameters

    name
    The name of the floating object.
    See Also